home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / win_e_h / hlptrix.zip / EMBWW.ZIP / EMBED.RC < prev    next >
Text File  |  1992-05-28  |  210b  |  10 lines

  1. #include "embed.h"
  2.  
  3. face BITMAP face.bmp
  4.  
  5. STRINGTABLE
  6. BEGIN
  7.    IDS_ERROR, "NOT AVAILABLE"             // Error message
  8.    IDS_CLASS, "embedclass"                // Embedded wnd class name         
  9. END
  10.